mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 14:39:43 +01:00
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";
|
hostname = "nixos";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
timezone = "America/New_York";
|
timezone = "America/New_York";
|
||||||
hostHardwareConfiguration = ../hosts/laptop.nix;
|
hostHardwareConfiguration = ./laptop.nix;
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
defaultLocale = "ja_JP.UTF-8";
|
defaultLocale = "ja_JP.UTF-8";
|
||||||
supportedLocales = [ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/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