nixos-server: flake, hardware, readme bootstrap, server-quickstart, TODO
Made-with: Cursor
This commit is contained in:
parent
c51bfaac1e
commit
84a065a3df
7 changed files with 153 additions and 11 deletions
|
|
@ -56,6 +56,11 @@
|
|||
# home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
nixos-server = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./hosts/nixos-server.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
# macOS (nix-darwin) configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue