update
This commit is contained in:
parent
1142c6acac
commit
cb4949cc10
4 changed files with 40 additions and 39 deletions
|
@ -33,7 +33,7 @@
|
|||
# https://src.fedoraproject.org/rpms/systemd/tree/acb90c49c42276b06375a66c73673ac3510255
|
||||
systemd.oomd = {
|
||||
enableRootSlice = true;
|
||||
enableUserServices = true;
|
||||
enableUserSlices = true;
|
||||
};
|
||||
|
||||
# security.polkit.enable = lib.mkDefault true;
|
||||
|
|
|
@ -58,7 +58,7 @@ in {
|
|||
atomix # puzzle game
|
||||
epiphany # web browser
|
||||
geary # email reader
|
||||
gedit # text editor
|
||||
pkgs.gedit # text editor
|
||||
gnome-calendar
|
||||
gnome-clocks
|
||||
gnome-contacts
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
ip = "10.42.42.4";
|
||||
ip6 = "2001:41f0:9639:1:80f0:7cff:fecb:bd6d";
|
||||
mac = "82:F0:7C:CB:BD:6D";
|
||||
type = "vm";
|
||||
# type = "vm";
|
||||
nix = false; # Now managed in the `new` branch
|
||||
};
|
||||
"vault" = {
|
||||
ip = "10.42.42.6";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue