Redid setup

This commit is contained in:
Weckyy702
2026-01-14 00:14:24 +01:00
parent 7fd9d83ce1
commit a561aa45e9
7 changed files with 379 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, pkgs, modulesPath, username, ... }:
{
imports =
@@ -18,6 +18,11 @@
fsType = "ext4";
};
fileSystems."/home/${username}/Documents" = {
device = "/dev/disk/by-uuid/2d6f2255-eca4-489b-9f0f-6c455cd394fc";
fsType = "ext4";
};
#TODO: add external hdd, nas, and ssd
swapDevices =