mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
./options.nix
|
||||
#./overlays.nix
|
||||
./temp.nix
|
||||
../nixosModules/server
|
||||
../nixosModules/server.nix
|
||||
|
||||
home-manager.nixosModules.home-manager # home-manager module
|
||||
nix-index-database.nixosModules.nix-index # nix-index module
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./server
|
||||
];
|
||||
}
|
||||
Regular → Executable
Reference in New Issue
Block a user