I should commit more frequently
This commit is contained in:
parent
aa8003f5b4
commit
e82241b8b0
70 changed files with 1091 additions and 2018 deletions
|
@ -7,13 +7,10 @@
|
|||
"nix"
|
||||
];
|
||||
|
||||
hardware.i2c.enable = true;
|
||||
system.stateVersion = lib.mkForce "22.11";
|
||||
time.timeZone = lib.mkDefault "Europe/Rome";
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
users.mutableUsers = false;
|
||||
# TODO remove
|
||||
users.users.root.password = "password";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue