1
0
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:
Donovan Glover 2023-06-12 13:26:36 -04:00
parent 883c4780da
commit a2886940f4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 1 deletions

View File

@ -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" ];