hosts/Infini-STICK: begin new stick configuration

This commit is contained in:
Infinidoge 2021-12-08 18:50:34 -05:00
parent 19255f1942
commit 675335de37
3 changed files with 84 additions and 2 deletions

View file

@ -4,8 +4,6 @@
(with profiles; [
networking.wireless
btrfs
])
./hardware-configuration.nix
@ -21,7 +19,13 @@
form.portable = true;
};
services.proxy.enable = true;
filesystems = {
enable = true;
btrfs.enable = true;
};
};
environment.persistence."/persist" = { };
system.stateVersion = "21.11";
}