a
This commit is contained in:
parent
a936e422fc
commit
35d1283de8
@ -106,7 +106,7 @@
|
|||||||
users.users.steph = {
|
users.users.steph = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Steph";
|
description = "Steph";
|
||||||
extraGroups = [ "networkmanager" "wheel" "dialout" ];
|
extraGroups = [ "networkmanager" "wheel" "dialout" "podman" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
librewolf-wayland
|
librewolf-wayland
|
||||||
tdesktop
|
tdesktop
|
||||||
@ -127,9 +127,20 @@
|
|||||||
zotero
|
zotero
|
||||||
prismlauncher
|
prismlauncher
|
||||||
schildichat-desktop
|
schildichat-desktop
|
||||||
|
stack
|
||||||
|
sqlite
|
||||||
|
sqlite.dev
|
||||||
|
gparted
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.avahi.enable = false;
|
||||||
|
|
||||||
|
virtualisation.podman.enable = true;
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
#virtualisation.podman.dockerSocket.enable = true;
|
||||||
|
#virtualisation.podman.dockerCompat = true;
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
@ -155,7 +166,7 @@
|
|||||||
zip
|
zip
|
||||||
nodejs-18_x
|
nodejs-18_x
|
||||||
steam-run
|
steam-run
|
||||||
docker
|
podman
|
||||||
docker-compose
|
docker-compose
|
||||||
|
|
||||||
ripgrep
|
ripgrep
|
||||||
|
12
flake.lock
generated
12
flake.lock
generated
@ -8,11 +8,11 @@
|
|||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674440933,
|
"lastModified": 1676257154,
|
||||||
"narHash": "sha256-CASRcD/rK3fn5vUCti3jzry7zi0GsqRsBohNq9wPgLs=",
|
"narHash": "sha256-eW3jymNLpdxS5fkp9NWKyNtgL0Gqtgg1vCTofKXDF1g=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "65c47ced082e3353113614f77b1bc18822dc731f",
|
"rev": "2cb27c79117a2a75ff3416c3199a2dc57af6a527",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -24,11 +24,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1675757258,
|
"lastModified": 1676895851,
|
||||||
"narHash": "sha256-pIRer8vdsoherlRKpzfnHbMZ5TsAcvRlXHCIaHkIUbg=",
|
"narHash": "sha256-xdhBKw2el790G+88tZYpRWlP9VjQC9OLR5Jx84VPe08=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "af96094e9b8eb162d70a84fa3b39f4b7a8b264d2",
|
"rev": "e19f25b587f15871d26442cfa1abe4418a815d7d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Loading…
Reference in New Issue
Block a user