Compare commits
20 Commits
9f307cba0b
...
a6d89b6ce5
| Author | SHA1 | Date |
|---|---|---|
|
|
a6d89b6ce5 | |
|
|
3dd058089d | |
|
|
6f3b84095e | |
|
|
17047a93bb | |
|
|
d3858dd5e9 | |
|
|
510a82c2e5 | |
|
|
34dad6bd15 | |
|
|
5ac39456ed | |
|
|
48e2a1f399 | |
|
|
8a246c2465 | |
|
|
09c43bdbb7 | |
|
|
4c01ba7931 | |
|
|
82a38d37d7 | |
|
|
cb7b220be5 | |
|
|
7625baf16f | |
|
|
fec4eb7cfd | |
|
|
85b2df7f24 | |
|
|
44801d3c24 | |
|
|
61b663ead6 | |
|
|
614e82834c |
|
|
@ -27,7 +27,6 @@
|
||||||
inherit host;
|
inherit host;
|
||||||
inherit profile;
|
inherit profile;
|
||||||
inherit username;
|
inherit username;
|
||||||
inherit hashedPassword;
|
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/${host}
|
./hosts/${host}
|
||||||
|
|
@ -41,7 +40,6 @@
|
||||||
inherit host;
|
inherit host;
|
||||||
inherit profile;
|
inherit profile;
|
||||||
inherit username;
|
inherit username;
|
||||||
inherit hashedPassword;
|
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
(nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
|
(nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue