Compare commits

..

No commits in common. "3bece5697bfcb8bf07602cb01e5ab0e34cfc942d" and "10d6434cdc499b504c8a848df0eb21d2c7c0ab06" have entirely different histories.

3 changed files with 6 additions and 27 deletions

View file

@ -608,11 +608,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705659542, "lastModified": 1705476964,
"narHash": "sha256-WA3xVfAk1AYmFdwghT7mt/erYpsU6JPu9mdTEP/e9HQ=", "narHash": "sha256-W5OK1fnj4qdn1HWOlxV2S3YiUvfaVjQM5ldWVpGV1fs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "10cd9c53115061aa6a0a90aad0b0dde6a999cdb9", "rev": "85c3b600f660abd86e94cbcd1c46733943197a07",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1084,11 +1084,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1705458851, "lastModified": 1705331948,
"narHash": "sha256-uQvEhiv33Zj/Pv364dTvnpPwFSptRZgVedDzoM+HqVg=", "narHash": "sha256-qjQXfvrAT1/RKDFAMdl8Hw3m4tLVvMCc8fMqzJv0pP4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8bf65f17d8070a0a490daf5f1c784b87ee73982c", "rev": "b8dd8be3c790215716e7c12b247f45ca525867e2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -61,7 +61,6 @@ in
auto-optimise-store = true; auto-optimise-store = true;
trusted-users = users; trusted-users = users;
allowed-users = users; allowed-users = users;
allowUnfree = true;
substituters = substituters =
[ cfg.default-substituter.url ] [ cfg.default-substituter.url ]

View file

@ -94,24 +94,6 @@ with lib.plusultra;
flake = "git+https://git.hoyer.xyz/harald/nixcfg#sgx-nixos"; flake = "git+https://git.hoyer.xyz/harald/nixcfg#sgx-nixos";
}; };
programs.nix-ld.enable = true;
# Sets up all the libraries to load
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc
libclang.lib
zlib
fuse3
icu
nss
curl
expat
freetype
glib
openssl
# ...
];
security = { security = {
sudo = { sudo = {
enable = true; enable = true;
@ -132,8 +114,6 @@ with lib.plusultra;
tpm2-tools tpm2-tools
vim vim
wget wget
clang
pkg-config
]; ];
environment.shells = [ pkgs.fish pkgs.bash ]; environment.shells = [ pkgs.fish pkgs.bash ];