chore(modules): add auto-import default.nix files
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
inputs.disko.nixosModules.disko
|
||||
./hard.nix
|
||||
./host.nix
|
||||
../../modules/common
|
||||
../../modules/ssh
|
||||
../../modules/docker
|
||||
../../modules
|
||||
];
|
||||
|
||||
networking.hostName = config.host.name;
|
||||
ssh.enable = true;
|
||||
docker.enable = true;
|
||||
|
||||
networking.hostName = config.host.name;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
fsType = "ext4";
|
||||
|
||||
Reference in New Issue
Block a user