Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan van Doorn e5d0e1dbf0 Update README 2024-05-04 12:38:17 +00:00
Nathan van Doorn 17fd651768 Enable flakes and nix command 2024-05-04 12:37:58 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MicroSD card as boot and OS.
### Zeroth milestone ### Zeroth milestone
- [X] SSH daemon - [X] SSH daemon
- [ ] User who can act as a local admin - [X] User who can act as a local admin
### First milestone ### First milestone

View File

@ -7,6 +7,9 @@
networking.firewall.enable = true; networking.firewall.enable = true;
system.stateVersion = "24.05"; system.stateVersion = "24.05";
sdImage.firmwarePartitionOffset = 32; sdImage.firmwarePartitionOffset = 32;
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
}; };
# Configuration of individual users # Configuration of individual users
nixosModules.users = {...}: { nixosModules.users = {...}: {