Add back the PineBook for later and make etc immutable
This commit is contained in:
parent
6f09998656
commit
8bad6194bc
18 changed files with 245 additions and 43 deletions
|
@ -10,5 +10,6 @@
|
|||
./ssh
|
||||
./sunshine
|
||||
./tlp
|
||||
./userborn
|
||||
];
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"9" = "f9";
|
||||
"0" = "f10";
|
||||
"-" = "f11";
|
||||
"=" = "f12";
|
||||
#"=" = "f12";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
5
modules/system/services/general/userborn/default.nix
Normal file
5
modules/system/services/general/userborn/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Enable this when 24.11 drops
|
||||
#services.userborn.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue