flake #7

Merged
don merged 16 commits from flake into main 2023-09-20 21:58:06 -05:00
Showing only changes of commit bd0648ba3c - Show all commits

View file

@ -27,9 +27,19 @@
./wm/sway
];
};
smaug = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = workstation.modules ++ [
{
networking.hostName = "loki";
}
./wm/sway
];
};
vm2 = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = workstation.modules ++ [
nixos-hardware.nixosModules.lenovo-thinkpad-x260
{
services.getty.autologinUser = "don";
networking.hostName = "vm2";