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
programs.ssh.enableAskPassword = true;
26
programs.niri.enable = true;
27
programs.kdeconnect.enable = true;
0
0
0
0
0
0
0
0
28
29
services.displayManager.sddm.enable = true;
30
services.desktopManager.plasma6.enable = true;
···
51
users.users.nel = {
52
isNormalUser = true;
53
description = "nel";
54
-
extraGroups = [ "networkmanager" "wheel" ];
55
};
56
57
# This value determines the NixOS release from which the default
···
25
programs.ssh.enableAskPassword = true;
26
programs.niri.enable = true;
27
programs.kdeconnect.enable = true;
28
+
virtualisation = {
29
+
containers.enable = true;
30
+
podman = {
31
+
enable = true;
32
+
dockerCompat = true;
33
+
defaultNetwork.settings.dns_enabled = true;
34
+
};
35
+
};
36
37
services.displayManager.sddm.enable = true;
38
services.desktopManager.plasma6.enable = true;
···
59
users.users.nel = {
60
isNormalUser = true;
61
description = "nel";
62
+
extraGroups = [ "networkmanager" "wheel" "podman" ];
63
};
64
65
# This value determines the NixOS release from which the default