forked from extern/nix-config
nix: Move hosts to src
Might change this later once home-manager and nixos modules are separated.
This commit is contained in:
parent
883c4780da
commit
a2886940f4
@ -2,7 +2,7 @@
|
||||
hostname = "nixos";
|
||||
system = "x86_64-linux";
|
||||
timezone = "America/New_York";
|
||||
hostHardwareConfiguration = ../hosts/laptop.nix;
|
||||
hostHardwareConfiguration = ./laptop.nix;
|
||||
stateVersion = "22.11";
|
||||
defaultLocale = "ja_JP.UTF-8";
|
||||
supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
|
||||
|
Loading…
Reference in New Issue
Block a user