tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
feat: sigh enable podman ig
nel.pet
2 months ago
1a62e3ff
a997a103
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+9
-1
1 changed file
expand all
collapse all
unified
split
systems
nel-desktop
configuration.nix
+9
-1
systems/nel-desktop/configuration.nix
···
25
25
programs.ssh.enableAskPassword = true;
26
26
programs.niri.enable = true;
27
27
programs.kdeconnect.enable = true;
28
28
+
virtualisation = {
29
29
+
containers.enable = true;
30
30
+
podman = {
31
31
+
enable = true;
32
32
+
dockerCompat = true;
33
33
+
defaultNetwork.settings.dns_enabled = true;
34
34
+
};
35
35
+
};
28
36
29
37
services.displayManager.sddm.enable = true;
30
38
services.desktopManager.plasma6.enable = true;
···
51
59
users.users.nel = {
52
60
isNormalUser = true;
53
61
description = "nel";
54
54
-
extraGroups = [ "networkmanager" "wheel" ];
62
62
+
extraGroups = [ "networkmanager" "wheel" "podman" ];
55
63
};
56
64
57
65
# This value determines the NixOS release from which the default