Compare commits
2 commits
e7e84884f3
...
767dac0b77
| Author | SHA1 | Date | |
|---|---|---|---|
| 767dac0b77 | |||
| 4c466cc644 |
2 changed files with 3 additions and 1 deletions
|
|
@ -81,6 +81,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
home.homeDirectory = "/home/wekuz";
|
home.homeDirectory = "/home/wekuz";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neofetch
|
fastfetch
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
neovim
|
neovim
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue