feat: init nixos-server, work screenshare & qol

This commit is contained in:
Swarsel 2024-09-23 21:18:36 +02:00
parent e4f38440f8
commit dcf7b84d94
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
34 changed files with 1644 additions and 298 deletions

View file

@ -98,6 +98,7 @@
outputs =
inputs@{ self
, nixpkgs
, nixpkgs-stable
, home-manager
, systems
, ...
@ -214,6 +215,13 @@
];
};
winters = lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
modules = [
./profiles/server/winters
];
};
nginx = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [