first pass at reorg
This commit is contained in:
parent
123d74cb27
commit
dbae17bd46
17 changed files with 120 additions and 99 deletions
|
|
@ -4,5 +4,10 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../../wm
|
||||
];
|
||||
networking.hostName = "ace";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "display";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
#inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
#inputs.nixos-hardware.nixosModules.common-gpu-intel
|
||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||
../../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../../wm
|
||||
];
|
||||
networking.hostName = "dragon";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,10 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../../wm
|
||||
];
|
||||
networking.hostName = "eve";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@
|
|||
./hardware-configuration.nix
|
||||
./podman.nix
|
||||
];
|
||||
networking.hostName = "fred";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "harper";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "harper2";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,10 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../../wm
|
||||
];
|
||||
networking.hostName = "loki";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "nuwww";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "pihole";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
#inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
#inputs.nixos-hardware.nixosModules.common-gpu-intel
|
||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
#inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||
../../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../../wm
|
||||
];
|
||||
networking.hostName = "pocket2";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,10 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../../wm
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,10 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../workstation
|
||||
../../home
|
||||
../../home/gui
|
||||
../../wm
|
||||
];
|
||||
networking.hostName = "t2";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
networking.hostName = "vm1";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,8 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../server
|
||||
../../home
|
||||
];
|
||||
networking.hostName = "www2";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue