This commit is contained in:
illustris 2023-08-11 16:52:24 +05:30
parent 0f58525994
commit ea558336ab
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3
4 changed files with 27 additions and 22 deletions

View File

@ -203,7 +203,7 @@
}; };
in { in {
illustris = { illustris = {
extraGroups = [ "adb" "docker" "libvirtd" "plugdev" "tty" "wheel" ]; extraGroups = [ "adb" "dialout" "docker" "libvirtd" "plugdev" "tty" "wheel" ];
isNormalUser = true; isNormalUser = true;
openssh.authorizedKeys.keyFiles = [ ghKeys ]; openssh.authorizedKeys.keyFiles = [ ghKeys ];
}; };
@ -216,8 +216,9 @@
enableNvidia = true; enableNvidia = true;
# extraOptions = "--storage-opt dm.basesize=20G"; # extraOptions = "--storage-opt dm.basesize=20G";
storageDriver = "zfs"; storageDriver = "zfs";
daemon.settings.bip = "192.168.9.0/22";
}; };
libvirtd.enable = true; libvirtd.enable = false;
}; };
xdg.portal.enable = true; xdg.portal.enable = true;

View File

@ -26,7 +26,7 @@
okular okular
# openhmd # openhmd
pavucontrol pavucontrol
perlPackages.AppClusterSSH perl536Packages.AppClusterSSH
qsynth qsynth
remmina remmina
signal-desktop signal-desktop
@ -35,6 +35,7 @@
sunshine sunshine
# surf # surf
sxiv sxiv
teams-for-linux
tidal-hifi tidal-hifi
virt-manager virt-manager
vlc vlc

39
flake.lock generated
View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686922395, "lastModified": 1691672736,
"narHash": "sha256-ysevinohPxdKp0RXyhDRsz1/vh1eXazg4AWp0n5X/U4=", "narHash": "sha256-HNPA/dKHerA0p4OsToEcW/DtTSXBcK5gFRsy/yPgV/Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9ba7b3990eb1f4782ea3f5fe7ac4f3c88dd7a32c", "rev": "6e1eff9aac0e8d84bda7f2d60ba6108eea9b7e79",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686391840, "lastModified": 1691225770,
"narHash": "sha256-5S0APl6Mfm6a37taHwvuf11UHnAX0+PnoWQbsYbMUnc=", "narHash": "sha256-O5slH8nW8msTAqVAS5rkvdHSkjmrO+JauuSDzZCmv2M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0144ac418ef633bfc9dbd89b8c199ad3a617c59f", "rev": "0a014a729cdd54d9919ff36b714d047909d7a4c8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -49,11 +49,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1686457206, "lastModified": 1691299226,
"narHash": "sha256-KlclQglQArWJtil1KxX+sJDkg2VMJ/q8sQyt2ApPgNw=", "narHash": "sha256-MwiBiegxFVN3b12qJlBaNFqteoGKbqb72rgq4W2eG6k=",
"owner": "illustris", "owner": "illustris",
"repo": "flake", "repo": "flake",
"rev": "797dc4380139bfdb158e28595603809dd1f3946e", "rev": "0f1da78525c4e818defb1a4ec8c0ecb8371d3046",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -69,23 +69,26 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1687349512, "lastModified": 1687740394,
"narHash": "sha256-uB7xb/c7Z2FjRJQTpHL3/tLGLrXUCUDwf12u32TjQPg=", "narHash": "sha256-ILm+ClXkBDXFHhI1IukpKFTJnTLWu8RYN7/zk+K4SjM=",
"path": "/home/illustris/src/nixfs", "owner": "illustris",
"type": "path" "repo": "nixfs",
"rev": "e1ca6905321015af30591477dfcd7bc3fcb751d7",
"type": "github"
}, },
"original": { "original": {
"path": "/home/illustris/src/nixfs", "owner": "illustris",
"type": "path" "repo": "nixfs",
"type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1686869522, "lastModified": 1691654369,
"narHash": "sha256-tbJ9B8WLCTnVP/LwESRlg0dII6Zyg2LmUU/mB9Lu98E=", "narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7c67f006ea0e7d0265f16d7df07cc076fdffd91f", "rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -12,7 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixfs = { nixfs = {
url = "path:/home/illustris/src/nixfs"; url = "github:illustris/nixfs";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };