This commit is contained in:
yuri 2023-07-13 00:28:22 +02:00
parent e66505e3b0
commit 395f6200a3
6 changed files with 5 additions and 7 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.vscode

View file

@ -22,7 +22,7 @@ apply:
stage: apply stage: apply
script: script:
- nix-env --install colmena - nix-env --install colmena
- colmena apply - colmena apply --no-keys
commit_flake: commit_flake:
stage: commit_flake stage: commit_flake

View file

@ -1,5 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
../../users/yuri ../../users/yuri

View file

@ -1,5 +1,4 @@
{ ... }: { ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688764204, "lastModified": 1689048911,
"narHash": "sha256-FsvK+tIvelCI0tWwlMDKfiyb7P/KfxpGbXMrdCKiT8s=", "narHash": "sha256-pODI2CkjWbSLo5nPMZoLtkRNJU/Nr3VSITXZqqmNtIk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d8bb6c681cf86265fdcf3cc3119f757bbb085835", "rev": "8163a64662b43848802092d52015ef60777d6129",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,5 +1,4 @@
{ ... }: { ... }:
{ {
users.users.yuri = { users.users.yuri = {
isNormalUser = true; isNormalUser = true;