Update ankaa

This commit is contained in:
Ethan Simmons
2025-07-07 21:59:12 -05:00
parent 1702260451
commit a04a60543d
3 changed files with 17 additions and 22 deletions

30
flake.lock generated
View File

@@ -64,11 +64,11 @@
]
},
"locked": {
"lastModified": 1748529677,
"narHash": "sha256-MJEX3Skt5EAIs/aGHD8/aXXZPcceMMHheyIGSjvxZN0=",
"lastModified": 1751824240,
"narHash": "sha256-aDDC0CHTlL7QDKWWhdbEgVPK6KwWt+ca0QkmHYZxMzI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "da282034f4d30e787b8a10722431e8b650a907ef",
"rev": "fd9e55f5fac45a26f6169310afca64d56b681935",
"type": "github"
},
"original": {
@@ -83,11 +83,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1748525765,
"narHash": "sha256-eK8m5aCzslqUSjLWPAWdYVwIlS+rArIehkO0x7TaFNg=",
"lastModified": 1751940678,
"narHash": "sha256-t1T/cLWQaMKIz14YkJa39G5DK7GW/aqmLFeITD0AtXM=",
"owner": "ggerganov",
"repo": "llama.cpp",
"rev": "2b131621e60d8ec2cc961201beb6773ab37b6b69",
"rev": "75c91de6e955d5b8f3f28173f5040593e1964eb3",
"type": "github"
},
"original": {
@@ -126,11 +126,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1748037224,
"narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=",
"lastModified": 1751274312,
"narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f09dede81861f3a83f7f06641ead34f02f37597f",
"rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674",
"type": "github"
},
"original": {
@@ -142,11 +142,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1748370509,
"narHash": "sha256-QlL8slIgc16W5UaI3w7xHQEP+Qmv/6vSNTpoZrrSlbk=",
"lastModified": 1751792365,
"narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4faa5f5321320e49a78ae7848582f684d64783e9",
"rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb",
"type": "github"
},
"original": {
@@ -188,11 +188,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1747603214,
"narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=",
"lastModified": 1751606940,
"narHash": "sha256-KrDPXobG7DFKTOteqdSVeL1bMVitDcy7otpVZWDE6MA=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd",
"rev": "3633fc4acf03f43b260244d94c71e9e14a2f6e0d",
"type": "github"
},
"original": {

View File

@@ -111,14 +111,13 @@
school = {
enable = true;
citrix = true;
citrix = false;
};
games = {
enable = true;
lutris.enable = true;
minecraft.enable = true;
ps4.enable = true;
};
common.nil.enable = true;
@@ -234,7 +233,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [ printrun citrix shadps4 ];
overlays = with overlays; [ printrun shadps4 ];
config = {
allowUnfree = true;
permittedInsecurePackages = [

View File

@@ -51,8 +51,6 @@
environment.systemPackages = with pkgs; [
localPackages.x86_64-linux.jhelioviewer
localPackages.x86_64-linux.llama-cpp
printrun
pciutils
bottles
inkscape
@@ -97,8 +95,6 @@
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
programs.ssh.startAgent = true;
# Define a user account.
users.users.eesim = {
isNormalUser = true;