refactor
This commit is contained in:
parent
531b178421
commit
ed9a836d2d
9 changed files with 43 additions and 52 deletions
|
@ -33,12 +33,6 @@
|
|||
adb.enable = true;
|
||||
};
|
||||
|
||||
# Manage linux containers
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
liveRestore = false;
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
80 # http
|
||||
443 # https
|
||||
6600 # mpd
|
||||
6667 # inspircd
|
||||
6697 # inspircd
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -35,6 +35,8 @@
|
|||
# Configure programs
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
# Load and unload environment variables
|
||||
direnv.enable = true;
|
||||
};
|
||||
|
||||
# Manage linux containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue