Move common host features to features-nixos folder
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# or
|
||||
# deploy .#builder
|
||||
{
|
||||
self,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
@@ -9,11 +10,11 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
../common/global/fish.nix # fish for admin
|
||||
../common/global/locale.nix
|
||||
../common/global/nix.nix
|
||||
../common/global/sops.nix
|
||||
../common/global/root.nix
|
||||
"${self}/features-nixos/global/fish.nix" # fish for admin
|
||||
"${self}/features-nixos/global/locale.nix"
|
||||
"${self}/features-nixos/global/nix.nix"
|
||||
"${self}/features-nixos/global/sops.nix"
|
||||
"${self}/features-nixos/global/root.nix"
|
||||
];
|
||||
|
||||
networking.hostName = "builder";
|
||||
|
||||
Reference in New Issue
Block a user