System, get hostname from directory structure

This commit is contained in:
Julia Lange 2024-11-25 13:21:06 -08:00
parent 0e5c6ab2c2
commit 6124a298eb
Signed by: Julia
SSH key fingerprint: SHA256:KI8YxpkPRbnDRkXPgCuQCVz181++Vy7NAvmQj8alOhM
4 changed files with 30 additions and 26 deletions

View file

@ -4,10 +4,6 @@
imports = [
./hardware.nix
];
networking.hostName = "onizuka";
nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.05";
nvidia.enable = true;
pipewire.enable = true;
polkit.enable = true;