flake | add smaug
This commit is contained in:
parent
7b42da3b4b
commit
bd0648ba3c
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -27,9 +27,19 @@
|
||||||
./wm/sway
|
./wm/sway
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
smaug = inputs.nixpkgs.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = workstation.modules ++ [
|
||||||
|
{
|
||||||
|
networking.hostName = "loki";
|
||||||
|
}
|
||||||
|
./wm/sway
|
||||||
|
];
|
||||||
|
};
|
||||||
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = workstation.modules ++ [
|
modules = workstation.modules ++ [
|
||||||
|
nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||||
{
|
{
|
||||||
services.getty.autologinUser = "don";
|
services.getty.autologinUser = "don";
|
||||||
networking.hostName = "vm2";
|
networking.hostName = "vm2";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue