Compare commits

..

No commits in common. "b9bcdc1fde1ab2fbd1580aad2a03b30fde977517" and "853ce7a14eced0921a341c194d0a86c9247869f6" have entirely different histories.

4 changed files with 14 additions and 78 deletions

View file

@ -169,11 +169,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1655274385,
"narHash": "sha256-WkkC+KMbdMWgFZ2M9kvwi77fzcGXqxMx5u4WA8clAjc=",
"lastModified": 1655188051,
"narHash": "sha256-Cf/qNGb7Xw84TPPep0iIZLLhSXiFq9h+tt6TnfaQMrE=",
"owner": "nix-community",
"repo": "fenix",
"rev": "2278b01fe743e02b4a5d3d88f78d6492d497f2cd",
"rev": "522a4e99be1f8fcc94b94666c3a44677d668f539",
"type": "github"
},
"original": {
@ -246,22 +246,6 @@
"type": "github"
}
},
"flake-compat_5": {
"flake": false,
"locked": {
"lastModified": 1627913399,
"narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1642700792,
@ -325,21 +309,6 @@
"type": "github"
}
},
"flake-utils_4": {
"locked": {
"lastModified": 1634851050,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home": {
"inputs": {
"flake-compat": "flake-compat_3",
@ -369,11 +338,11 @@
},
"latest": {
"locked": {
"lastModified": 1655221618,
"narHash": "sha256-ht8HRFthDKzYt+il+sGgkBwrv+Ex2l8jdGVpsrPfFME=",
"lastModified": 1655130522,
"narHash": "sha256-5dzlxE4okyu+M39yeVtHWQXzDZQxFF5rUB1iY9R6Lb4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6616de389ed55fba6eeba60377fc04732d5a207c",
"rev": "13f08d71ceff5101321e0291854495a1ec153a5e",
"type": "github"
},
"original": {
@ -436,11 +405,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1655221618,
"narHash": "sha256-ht8HRFthDKzYt+il+sGgkBwrv+Ex2l8jdGVpsrPfFME=",
"lastModified": 1655043425,
"narHash": "sha256-A+oT+aQGhW5lXy8H0cqBLsYtgcnT5glmGOXWQDcGw6I=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6616de389ed55fba6eeba60377fc04732d5a207c",
"rev": "914ef51ffa88d9b386c71bdc88bffc5273c08ada",
"type": "github"
},
"original": {
@ -506,28 +475,6 @@
"type": "github"
}
},
"peerix": {
"inputs": {
"flake-compat": "flake-compat_5",
"flake-utils": "flake-utils_4",
"nixpkgs": [
"nixos"
]
},
"locked": {
"lastModified": 1637002926,
"narHash": "sha256-Iix+XcgkspoV+iVC4wvbX6jZhoThC8dn0RSNUc+Z448=",
"owner": "cid-chan",
"repo": "peerix",
"rev": "4ada6bfb74ab46740adce091271e3bd7c8ade827",
"type": "github"
},
"original": {
"owner": "cid-chan",
"repo": "peerix",
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
@ -541,18 +488,17 @@
"naersk": "naersk",
"nixos": "nixos",
"nixos-hardware": "nixos-hardware",
"nvfetcher": "nvfetcher",
"peerix": "peerix"
"nvfetcher": "nvfetcher"
}
},
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1655207011,
"narHash": "sha256-/ODWI5Iv6dhgMzhaKrcYorICY1rNfKl7L6aG/JlBB1M=",
"lastModified": 1655114284,
"narHash": "sha256-2yz3TexDtxXMMjYKn1SImavH3Zflkxte6/5ESncu5E4=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "65874dfff205335840cc9265ba06d74f234b719d",
"rev": "7db73875ac0d9280ae93b14232249d9c1496583a",
"type": "github"
},
"original": {

View file

@ -39,9 +39,6 @@
naersk.url = "github:nmattia/naersk";
naersk.inputs.nixpkgs.follows = "nixos";
peerix.url = "github:cid-chan/peerix";
peerix.inputs.nixpkgs.follows = "nixos";
nixos-hardware.url = "github:nixos/nixos-hardware";
fenix.url = "github:nix-community/fenix";
# fenix.inputs.nixpkgs.follows = "nixos";
@ -57,7 +54,6 @@
, fenix
, nvfetcher
, deploy
, peerix
, ...
} @ inputs:
digga.lib.mkFlake
@ -75,7 +71,6 @@
./pkgs/default.nix
fenix.overlay
peerix.overlay
];
};
latest = { };
@ -103,8 +98,6 @@
digga.nixosModules.nixConfig
home.nixosModules.home-manager
agenix.nixosModules.age
peerix.nixosModules.peerix
];
};
imports = [ (digga.lib.importHosts ./hosts) ];

View file

@ -1,3 +0,0 @@
{...}: {
services.peerix.enable = true;
}

View file

@ -1,7 +1,7 @@
{ profiles, ... }:
with profiles; rec {
base = [ users.root core dnscrypt ];
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak peerix ];
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust virtualization java networkmanager pipewire flatpak ];
desktop = workstation ++ [ users.mae-desk amd three_dee ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print ];
}