This commit is contained in:
dusk 2021-04-03 11:25:07 +03:00
parent 4a8e7928aa
commit 4c9ecbc3ae
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
6 changed files with 41 additions and 32 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"cachix": {
"locked": {
"lastModified": 1616305499,
"narHash": "sha256-WArUDrAuqq9jNLNJI0hBClleALaCysA40WBbQHQlqLg=",
"lastModified": 1617042094,
"narHash": "sha256-c8w5/Dz+r8gHIGZs1BHJPSzpP3Sga/BYebRkqBoDANY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9b8530e3721fc008bacac61b6c50a29712ee2f2f",
"rev": "310885ec804f9fa0db5c705c7f5d35d415f50564",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
]
},
"locked": {
"lastModified": 1616724076,
"narHash": "sha256-SwbPXLjN2sLy4NL/GhodiJrdkIVZwGGTGiCN3JxH1cU=",
"lastModified": 1617220862,
"narHash": "sha256-nLka+S6Vww8hTF3ZkzK/BezvgAo1Z433/L6TR1SiXyM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "fedfd430f96695997b3eaf8d7e82ca79406afa23",
"rev": "ad04237d5142f53dcba258942b78e2d2bbf210c8",
"type": "github"
},
"original": {
@ -74,11 +74,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1616527350,
"narHash": "sha256-VkMevY2WLU+K7T/P4wVj18Ms8zyeRfp05ILf556m5Y8=",
"lastModified": 1617082367,
"narHash": "sha256-W0cQPGjc4IVzryaGycuoS8KZkXafS1P23w/fcKLoD5Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d3f7e969b9860fb80750147aeb56dab1c730e756",
"rev": "04a2b269d8921505a2969fc9ec25c1f517f2b307",
"type": "github"
},
"original": {
@ -99,11 +99,11 @@
]
},
"locked": {
"lastModified": 1616432821,
"narHash": "sha256-dOUdRvpiMZ5rEmvcOzymhKJ73n6dJ/W02zuiM3SpK1U=",
"lastModified": 1617091432,
"narHash": "sha256-L501OfMSE3OadQaEAPTPPJCWdgn3R5hXWzP6EBTGAos=",
"owner": "colemickens",
"repo": "nixpkgs-wayland",
"rev": "af1894dceaf8ba472750a37cb601a9d935b1ae9c",
"rev": "c56fca9357685dea173d81a9be67f7e1375758e3",
"type": "github"
},
"original": {

View File

@ -13,6 +13,7 @@ let
usr = { inherit utils; };
util = utils;
nixosPersistence = "${impermanence}/nixos.nix";
nixpkgsFlake = nixpkgs;
};
modules =

View File

@ -167,6 +167,11 @@ in
networking.interfaces.enp6s0.useDHCP = true;
services = {
ipfs = {
enable = true;
enableGC = true;
autoMount = true;
};
flatpak.enable = true;
xserver = {
videoDrivers = [ "amdgpu" ];

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, util, ... }:
{ config, lib, pkgs, util, nixpkgsFlake, ... }:
let
inherit (util) pkgBin;
inherit (lib) fileContents mkIf;
@ -94,6 +94,7 @@ in
extraOptions = ''
experimental-features = nix-command flakes ca-references
'';
registry.nixpkgs.flake = nixpkgsFlake;
};
# security = {

View File

@ -245,6 +245,8 @@ in
musikcube
qt5ct
phantomstyle
papirus-icon-theme
pcmanfm-qt
] ++ kideDeps;
};