Commit e4ab9ec01ef2
Changed files (2)
machine
machine/shikoku.nix
@@ -3,7 +3,6 @@
{
imports = [ # Include the results of the hardware scan.
../hardware-configuration.nix
- ../profiles/ssh.nix
../profiles/dev.nix
../profiles/gaming.nix
../location/home.nix
@@ -14,6 +13,7 @@
profiles.buildkit.enable = true;
profiles.containerd.enable = true;
profiles.virtualization.enable = true;
+ profiles.ssh.enable = true;
time.timeZone = "Europe/Paris";
machine/wakasu.nix
@@ -4,7 +4,6 @@
imports =
[ # Include the results of the hardware scan.
../hardware-configuration.nix
- ../profiles/ssh.nix
../profiles/dev.nix
../location/home.nix
../hardware/lenovo-p50.nix
@@ -14,6 +13,7 @@
profiles.docker.enable = true;
profiles.containerd.enable = true;
profiles.virtualization.enable = true;
+ profiles.ssh.enable = true;
# Move elsewhere
programs.podman = {