more work
This commit is contained in:
parent
30501b7fac
commit
ef6c049068
36 changed files with 843 additions and 842 deletions
|
@ -16,7 +16,7 @@ in
|
|||
};
|
||||
|
||||
config = mkMerge [
|
||||
(mkIf cfg.preset == "desktop" {
|
||||
(mkIf (cfg.preset == "desktop") {
|
||||
${namespace} = mkDefault {
|
||||
hardware.has = {
|
||||
audio = true;
|
||||
|
@ -31,8 +31,8 @@ in
|
|||
};
|
||||
})
|
||||
|
||||
(mkIf cfg.preset == "desktop" {
|
||||
"${namespace}" = mkDefault {
|
||||
(mkIf (cfg.preset == "server") {
|
||||
${namespace} = mkDefault {
|
||||
services = {
|
||||
ssh.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue