1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-04 04:33:09 +00:00
This commit is contained in:
Rae 5e 2025-03-03 19:09:08 -05:00
parent a15a59af09
commit 7cdc89ddeb
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
7 changed files with 247 additions and 11 deletions

View file

@ -0,0 +1,13 @@
{ inputs, ... }: {
imports = [
inputs.raspberry-pi-nix.nixosModules.raspberry-pi
inputs.raspberry-pi-nix.nixosModules.sd-image
./hardware-configuration.nix
];
networking.hostName = "near";
time.timeZone = "America/New_York";
system.stateVersion = "24.11";
}