Compare commits

..

No commits in common. "e5d0e1dbf010c44a557dec955c9b8081e655f24c" and "d6d923f422380a5943c48b8740ff3f19cbb49e95" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -7,9 +7,6 @@
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 = {...}: {