stan: disable emacs until unstable is updated
This commit is contained in:
parent
1ee5b30947
commit
15a6416235
@ -6,7 +6,7 @@ let
|
|||||||
];
|
];
|
||||||
|
|
||||||
userBase = { openssh.authorizedKeys.keys = pubKeys; };
|
userBase = { openssh.authorizedKeys.keys = pubKeys; };
|
||||||
myEmacs = pkgs.callPackage ../../configs/emacs.nix { };
|
#myEmacs = pkgs.callPackage ../../configs/emacs.nix { };
|
||||||
peerixUser = if builtins.hasAttr "peerix" config.users.users then
|
peerixUser = if builtins.hasAttr "peerix" config.users.users then
|
||||||
config.users.users.peerix.name
|
config.users.users.peerix.name
|
||||||
else
|
else
|
||||||
@ -130,11 +130,11 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
emacs = {
|
#emacs = {
|
||||||
enable = false;
|
# enable = false;
|
||||||
package = myEmacs;
|
# package = myEmacs;
|
||||||
install = true;
|
# install = true;
|
||||||
};
|
#};
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
unifi.enable = true;
|
unifi.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user