hosts/Infini-STICK: begin new stick configuration
This commit is contained in:
parent
19255f1942
commit
675335de37
3 changed files with 84 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue