Compare commits
No commits in common. "fcf7fb956cd59a81d61a5c14d87ee2ddc243554d" and "1847c8c1bc82851cb6ac968c6df76f664d7dd454" have entirely different histories.
fcf7fb956c
...
1847c8c1bc
105
outputs.nix
105
outputs.nix
|
@ -34,95 +34,20 @@ in {
|
||||||
overlays = [];
|
overlays = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
airgead = {
|
airgead = {imports = [hosts/airgead];};
|
||||||
imports = [
|
brighde = {imports = [hosts/brighde];};
|
||||||
hosts/airgead
|
ceilidh = {imports = [hosts/ceilidh];};
|
||||||
ragenix.nixosModules.default
|
ceitidh = {imports = [hosts/ceitidh];};
|
||||||
];
|
cuallaidh = {imports = [hosts/cuallaidh];};
|
||||||
};
|
dhu = {imports = [hosts/dhu];};
|
||||||
brighde = {
|
dionach = {imports = [hosts/dionach];};
|
||||||
imports = [
|
doilidh = {imports = [hosts/doilidh];};
|
||||||
hosts/brighde
|
eamhair = {imports = [hosts/eamhair];};
|
||||||
ragenix.nixosModules.default
|
iolear-beag = {imports = [hosts/iolear-beag];};
|
||||||
];
|
paidh-uachdar = {imports = [hosts/paidh-uachdar];};
|
||||||
};
|
sanganto = {imports = [hosts/sanganto];};
|
||||||
ceilidh = {
|
sercanto = {imports = [hosts/sercanto];};
|
||||||
imports = [
|
sithlainnir = {imports = [hosts/sithlainnir];};
|
||||||
hosts/ceilidh
|
teintidh = {imports = [hosts/teintidh];};
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
ceitidh = {
|
|
||||||
imports = [
|
|
||||||
hosts/ceitidh
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
cuallaidh = {
|
|
||||||
imports = [
|
|
||||||
hosts/cuallaidh
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
dhu = {
|
|
||||||
imports = [
|
|
||||||
hosts/dhu
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
dionach = {
|
|
||||||
imports = [
|
|
||||||
hosts/dionach
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
doilidh = {
|
|
||||||
imports = [
|
|
||||||
hosts/doilidh
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
eamhair = {
|
|
||||||
imports = [
|
|
||||||
hosts/eamhair
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
iolear-beag = {
|
|
||||||
imports = [
|
|
||||||
hosts/iolear-beag
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
paidh-uachdar = {
|
|
||||||
imports = [
|
|
||||||
hosts/paidh-uachdar
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
sanganto = {
|
|
||||||
imports = [
|
|
||||||
hosts/sanganto
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
sercanto = {
|
|
||||||
imports = [
|
|
||||||
hosts/sercanto
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
sithlainnir = {
|
|
||||||
imports = [
|
|
||||||
hosts/sithlainnir
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
teintidh = {
|
|
||||||
imports = [
|
|
||||||
hosts/teintidh
|
|
||||||
ragenix.nixosModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
../profiles/daedalus.nix
|
../profiles/daedalus.nix
|
||||||
../profiles/openssh.nix
|
../profiles/openssh.nix
|
||||||
../profiles/powerManagement.nix
|
../profiles/powerManagement.nix
|
||||||
../profiles/users-core.nix
|
../secrets/users-core.nix
|
||||||
../profiles/users.nix
|
../secrets/users.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Common Desktop Packages
|
# Common Desktop Packages
|
||||||
|
|
Loading…
Reference in a new issue